home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-05 | 1.7 KB | 87 lines | [TEXT/CWIE] |
- /*
- File: DialogUtilities.r
-
- Copyright (c) 1990-1, Thomas Knoll.
- Copyright (c) 1992-6, Adobe Systems Incorporated.
- All rights reserved.
-
- Rez source file for Dialog Utilities.
- */
-
- /********************************************************************************/
-
- /********************************************************************************/
-
- /* About dialog box */
-
- resource 'DLOG' (AboutID, "About", purgeable)
- {
- {20, 0, 214, 370},
- movableDBoxProc,
- visible,
- noGoAway,
- 0x0,
- ResourceID,
- "About " plugInName "..."
- };
-
- resource 'DITL' (AboutID, "About", purgeable)
- {
- {
- {-80, 0, -60, 60}, Button { enabled, "Hidden" },
- {0, 0, 194, 370}, UserItem { enabled },
- {5, 5, 190, 340}, StaticText { disabled, "^0\n^1\n^2\n" }
- }
- };
-
- /********************************************************************************/
-
- /* Generic version information. */
-
- resource 'vers' (1, purgeable)
- {
- 4, 0, final, 0, verUs,
- VersionString,
- VersionString " ⌐1990-6 Adobe Systems, Inc."
- };
-
- /********************************************************************************/
-
- /* Alerts for dialog warnings */
-
- resource 'DITL' (AlertID, purgeable)
- {
- { /* array DITLarray: 2 elements */
- /* [1] */
- {87, 230, 107, 298},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {12, 60, 76, 300},
- StaticText {
- disabled,
- "^0"
- }
- }
- };
-
- resource 'ALRT' (AlertID, "Alert", purgeable)
- {
- {0, 0, 120, 310},
- AlertID,
- { /* array: 4 elements */
- /* [1] */
- OK, visible, sound1,
- /* [2] */
- OK, visible, sound1,
- /* [3] */
- OK, visible, sound1,
- /* [4] */
- OK, visible, sound1
- }
- };
-
- /********************************************************************************/
-